css: Inherit device scale in _gtk_css_image_get_surface
authorAlexander Larsson <alexl@redhat.com>
Mon, 5 Aug 2013 14:11:18 +0000 (16:11 +0200)
committerAlexander Larsson <alexl@redhat.com>
Mon, 5 Aug 2013 14:14:25 +0000 (16:14 +0200)
commit499cef1bb00b9e4d0b4cffed5ef3e6e951bc2e5e
tree161a4600f0d4d48b68c05ea316b0cb217dc28750
parent8c7a8e9314f4cdef015611a9d9cad2fd21d4f2b4
css: Inherit device scale in _gtk_css_image_get_surface

To handle hidpi support we need to make sure we don't
downscale scaled css images.

Note: If cairo_surface_create_similar starts doing this
by itself we need to back this out.
gtk/gtkcssimage.c